home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14110 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: ??? communication between tow independent processes
  5. Date: Thu, 11 Apr 96 14:42:24 GMT
  6. Organization: none
  7. Message-ID: <829233744snz@genesis.demon.co.uk>
  8. References: <316CF91F.629EAB4@woepc11.physik.fu-berlin.de>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <316CF91F.629EAB4@woepc11.physik.fu-berlin.de>
  15.            zeppo@woepc11.physik.fu-berlin.de "Sebastian Thees" writes:
  16.  
  17. >Hello,
  18. >
  19. >I am working on a Linux PC under gnu gcc and have the following 
  20. >generell problem:
  21. >
  22. >I would like to write a program that is able to anser requests !!,
  23. >not only one, (for Example: is this String an element of the database
  24. >xxx) comming from an other independent  program.
  25.  
  26. The C language only defines an environment for a single program. You
  27. need more than this so need to use system specific services that go
  28. beyond the basic language definition.
  29.  
  30. >What I did up to now is some rudimeterial try's via the call popen(...).
  31. >and STIO (fscan).
  32.  
  33. There are no popen or fscan functions defined by the C language. To discuss
  34. the interprocess facilities that Unix provides try comp.unix.programmer.
  35.  
  36. -- 
  37. -----------------------------------------
  38. Lawrence Kirby | fred@genesis.demon.co.uk
  39. Wilts, England | 70734.126@compuserve.com
  40. -----------------------------------------
  41.